home *** CD-ROM | disk | FTP | other *** search
/ Airline Maintenance & Engineering / Unisys Airline Maintenance & Engineering.iso / u_intro.dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1997-04-11  |  271 b   |  15 lines

  1. on mouseUp
  2.   set the video of member "unisys2" to 0
  3.   set the video of member "unisys1" to 0
  4.   updateStage()
  5.   set the visible of sprite 10 to 0
  6.   cursor(4)
  7.   go("1a_4")
  8. end
  9.  
  10. on exitFrame
  11.   set the visible of sprite 10 to 1
  12.   sound playFile 1, "1ay_1"
  13.   startTimer()
  14. end
  15.